*{margin:0; padding: 0px}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, hr, dd, ul, menu, dir, dl, blockquote, figure, fieldset, ol, p {
	margin: 0;
}
td, th, ol, ul, menu, dir, fieldset, legend, textarea, option, input {
	padding: 0;
}
ul, li, dd, dt, dl {
	list-style: none;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
html, body, fieldset, img, iframe, abbr, hr, legend, input, textarea, keygen, select, button, img {
	border: none;
	outline:none;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
textarea {
	overflow: auto;
	resize: none;
}
a, button {
	cursor: pointer;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
input, button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}
body, textarea, input, button, select, keygen, legend {
	outline: 0;
}
body {
	background: #fff;
/*	font: 14px/1 "microsoft yahei", arial, \5b8b\4f53;*/
	font-family: PingFangSC-Semibold, sans-serif;
	color: #999999;
	
}
a, area {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
*zoom:1;
}
/* 清除浮动 */
.f_cl:after, .f_clli li:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.f_cl, .f_clli li {
	zoom: 1
}
.fl{ float: left}
.fr{float:right}
/* CSS Document */
body {
	background: url(bg_2024.png) no-repeat fixed top center;
	/* background-size:100% 100%; */
}
.head {
	width: 100%;
	background: #005996;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	min-width:1200px;
}
.login_box {
	float:right;
}
.login_box li {
	margin:0px 5px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size:16px;
}
.login_box li a {
	color:#fff;
	font-weight: normal
}
.box {
	width:1200px;
	margin: 0px auto
}
.logo {
	margin:36px 0 100px;
	height :136px;
	background: url(logo_2024.png) no-repeat left center;
}
.wenzis{width:120px;height:600px;background:url(font_2024.png) no-repeat;position: absolute;left: -140px;}
.search {
	float:right;
	width: 326px;
	height: 45px;
	margin: 90px 0;
}
.search_text {
	width:230px;
	height: 45px;
	line-height: 45px;
	float: left;
	background: #fff;
	border-radius: 4px 0 0 4px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	padding: 0px 10px
}
.search_btn {
	background: url(search_btn_2024.png) no-repeat 10px 13px #005996;
	height: 45px;
	color: #fff;
	line-height: 45px;
	width: 90px;
	padding-left: 15px;
	border-radius:0 4px 4px 0;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	font-size: 16px;
	font-weight: bold
}
.menu {
	height:64px;
	line-height: 64px;
	background:#0066cc;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.3);
	padding: 0px 20px;
	border-radius: 4px;
}
.menu a {
	color: #fff;
	width: 145px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display:block;
	float: left
}
.menu a:hover {
	background:#006699;
}
.current {
	background:#006699;
}
.local {
	margin:20px 0;
}
.local a {
	color: #606266;
}
/*列表页*/
.news {
	display:table;
}
.news_menu {
	width:240px;
	background: #fff;
	border-radius: 4px;
	display: table-cell;
	overflow: auto
}
.news_list {
	width:931px;
	background: #fff;
	border-radius: 4px;
	display: table-cell;
    margin-bottom: 30px;
}
.news_title {
	margin: 22px 32px 10px 32px;
	border-bottom: solid 1px #E6EFF9;
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #005996;
}
.news_list_ul {
	margin:0px 32px;
	border-bottom: solid 1px #E6EFF9;
	;
}
.news_list_ul li {
	line-height: 48px;
	padding: 0px 15px;
}
.news_list_ul li a {
	color:#333;
	width:82%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block;
	background: url(point_2024.png) no-repeat left;
	padding-left: 12px;
}
.time {
	float:right;
}
.news_list_ul li:hover {
	background:#E6EFF9;
	border-radius:4px
}
.news_list_ul li:hover a {
	color: #005996;
	font-weight: bold
}
.page {
	margin:15px 32px;
	float: left;
	width: 804px;
}
.page ul li {
	float:left;
	margin: 0px 5px;
}
.btn_first {
	background:url(icon_first_2024.png) no-repeat center center;
	display: block;
	padding: 10px;
}
.btn_pre {
	background:url(icon_per_2024.png) no-repeat center center;
	display: block;
	padding: 10px;
}
.btn_next {
	background:url(icon_next_2024.png) no-repeat center center;
	;
	display: block;
	padding: 10px;
}
.btn_last {
	background:url(icon_last_2024.png) no-repeat center center;
	;
	display: block;
	padding: 10px;
}
.page_select {
	background:#F0F4FF;
	padding: 5px;
	vertical-align: middle
}
.page_currrent {
	background:#F0F4FF;
	padding: 2px 5px;
}
.footer_box {
    width: 100%;
	min-width: 1200px;
    background-color: #215495;
    clear: both;
    overflow: hidden;
    padding: 60px 0;
    margin-top: 20px
}

.footer1 {
    width: 960px;
    margin: 0 auto;
}

.footer1 p {
    color: #fff;
    padding-bottom: 5px;
    margin: 0;
    text-align: left;
    font-size: 14px
}

.footer1 p span {
    padding-right: 20px;
}

.footer1 p span a {
    color: #fff;
}

.footer1 a {
    text-decoration: none;
    display: inline;
}

.footer_img {
    float: left
}

.footer_text {
    float: left;
    width: 720px;
    margin-left: 20px;
}

.footer_jc {
    float: right;
    width: 106px;
    margin-top: 10px;
}

.cur {
    display: block;
}







.link {
	margin:20px;
}
.link span {
	margin-right:30px;
	font-weight: bold;
	color:#333;
}
.link a:hover{color: #005996;}
.map {
	text-align: left;
	width: 800px;
	margin: 0px auto;
	position: relative;
	padding-left: 80px;
	z-index:1;
}
.map p {
	line-height: 25px;
	font-size: 12px;
}
.map p a {
	font-size:16px;
}

/*详情页*/
.detail_box {
	background:#fff;
	padding: 40px 64px;
	border-radius: 4px;
	color: #333
}
.detail_title {
	text-align: center;
	color: #005996;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.detail_author {
	background:#F4F9FF;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin: 20px 0;
}
.author_span {
	margin:0px 20px;
}
.author_label {
	color:#999999;
	margin-right: 10px;
}
.content {
	padding:10px 0;
}
.content p {
	text-indent:2em;
	line-height: 30px;
	margin: 10px 0
}
.content p:first-child {
	text-indent:0;
}
.content p img{max-width: 80%; width: 600px}
.fujian {
	background:#F4F9FF;
	border-radius: 4px;
	border-top: #005996 solid 1px;
	padding:24px;
}
.fujian_title {
	color:#005996;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.fujian ul {
	margin:10px 0;
}
.fujian ul li {
	background:url(down_2024.png) no-repeat left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold
}
.share {
	padding: 20px 0;
	text-align: right;
	color: #666
}
.share a {
	margin:0px 2px;
}
.share a img {
	vertical-align:middle;
}
.share label {
	margin-right:10px
}
.content_link {
	border-top:#E6EFF9 solid 1px;
	padding: 20px 0 0 0
}
.content_link a {
	display:block;
	line-height: 35px;
}
/*左侧导航*/
.expmenu li a.news_current {
	background: url(icon01_2024.png) no-repeat 15px 20px #005996;
	color: #fff
}
.expmenu li {
	border-radius: 4px;
	margin-bottom: 16px;
}
.expmenu li a {
	font-size: 16px;
	display: block;
	background: url(icon01_action_2024.png) no-repeat 15px 20px #E6EFF9;
	border-radius: 4px;
	padding: 0px 10px 0px 30px;
	line-height: 48px;
	color: #005996;
	font-weight: bold
}
.expmenu li.news_current {
	background: url(icon01_2024.png) no-repeat 15px 20px #005996;
}
.expmenu li.news_current a {
	color:#fff;
}
.expmenu {
	margin:24px 20px;
}
.expmenu li:last-child a.header {
	border-bottom:none;
}
.expmenu li ul {
	padding:10px 20px;
}
.expmenu li ul li {
}
.expmenu li ul li:last-child {
	border-bottom:none;
}
.expmenu li ul li.selected {
	color: #FF0A65C8
}
.expmenu li a .arrow {
	display:block;
	width:16px;
	height:16px;
	background:no-repeat center;
	float:right;
	margin-top: 16px;
}
.expmenu li a .arrow.up {
	background-images:url(arrow_u_2024.png);
}
.expmenu li a .arrow.down {
	background-images:url(arrow_d_2024.png);
}
.expmenu li ul li a {
	color:#333333;
	font-weight: normal;
	background: none;
	line-height: 30px;
}
.expmenu li .sec_menu {
	background:#E6EFF9;
	border-bottom: solid 2px #005996;
	display:none;
}
/* Mouse Events */
.expmenu a:hover {
	background:url(icon01_2024.png) no-repeat 15px 20px #005996;/* Old browsers */
	color: #fff;
	cursor:pointer;
}
.expmenu .changeStyle.on a {
	background:url(icon01_2024.png) no-repeat 15px 20px #005996;/* Old browsers */
	color: #fff;
	cursor:pointer;
}
.expmenu li ul li a:hover {
	color:#005996;
	font-weight: bold;
	background: none
}
.expmenu li ul li:not(.selected):hover {
cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active {
cursor:pointer;
}
/*政务互动*/
.zwhd_box {
	background:#fff;
	border-radius: 4px;
	padding:20px 32px;
}
.shipin {
	display: table;
	padding-top: 20px;
}
.shipin_title {
	color:#005996;
	font-size: 16px;
	font-weight: bold;
	background: url(icon01_action_2024.png) no-repeat left;
	padding-left: 20px;
	line-height: 40px;
}
.more {
	float: right;
	color: #999999;
	background: url(arror_r_2024.png) no-repeat right;
	padding-right: 12px;
	font-size: 14px;
	font-weight: normal
}
.shipin_list {
	margin:20px 0;
}
.shipin_list li {
	width: 256px;
	height: 214px;
	background: #F4F9FF;
	border: solid 1px #DBEBFF;
	border-radius: 4px;
	padding: 8px;
	float: left;
	margin-right: 16px;
	overflow: hidden
}
.shipin_list li:last-child {
	margin: 0
}
.shipin_list li a {
	border-radius:4px;
	display: block;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hudong {
	display: table;
	clear: both
}
.hd_box {
	width:384px;
	margin-right: 32px;
}
.hudonglist {
	background:#F4F9FF;
	border-top: #005996 solid 2px;
	padding: 16px;
	margin-top: 10px;
	height:240px;
}
.hudonglist li a {
	background:url(point_2024.png) no-repeat left;
	padding-left: 12px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: 95%;
	display: block
}
.hd_nmore {
	width:240px;
}
.hd_more_list li a {
	background:none;
	line-height: 30px;
}
.hd_list {
	background:#fff;
	padding:25px 10px;
	box-shadow:0px 4px 16px 0px rgba(9, 134, 167, 0.1);
	border-radius:4px;
	height: 200px;
}
.hd_list li {
	line-height:48px;
	color: #333;
}
.hd_list li a {
	background: none;
}
.hd_list li label {
	padding-left:12px;
	color: #999999;
	margin-right: 12px;
}
/*首页*/
.index_list {
	width: 1200px;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	display: table
}
.index_wblist {
	width: 800px;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	display: table
}
.index_hdlist {
	width: 380px;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	display: table
}
.index_title {
	line-height: 30px;
	border-bottom: #CCCCCC dotted 1px;
	color: #005996;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family:Microsoft YaHei, Arial;
}
.index_title img {
	vertical-align:middle;
	margin-right: 16px;
}
/*网办大厅*/
.wbdt_list {
	margin-top:10px;
}
.wbdt_list li {
	width: 290px;
	height: 132px;
	float: left;
	color: #fff;
	line-height:132px; text-align: center
}
.wbdt_list li a {

	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height:30px;
	display: block;
	text-align: center;
	padding-top:78px;
	text-shadow:0px 2px 4px rgba(145, 66, 16, 0.47);
}
.wbdt_list li.grbs {
	background:url(wbdt_bg1_2024.png) no-repeat;
}
.wbdt_list li.dwbs {
	background:url(wbdt_bg2_2024.png) no-repeat;
}
.wbdt_list li.bsfw {
	background:url(wbdt_bg3_2024.png) no-repeat;
}
.wbdt_list li.xgwjxz {
	background:url(wbdt_bg4_2024.png) no-repeat;
}
.hdjl_list li {
	width: 340px;
	height:70px;
	float: left;
	color: #fff;
	margin: 10px 0px;
	text-align: center; overflow: hidden
}
.hdjl_list li img{ width: 100%;	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;}
.hdjl_list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
/*常用查询*/
.cycx_list {
	margin-top:10px;
}
.cycx_list li {
	width: 90px;
	height:150px;
	float: left;
	color: #fff;
	margin: 10px 18px;
	text-align: center;
}
.cycx_list li a {
	font-size: 18px;
	font-weight: bold;
	color: #565656;
	display: inline-block;
		padding: 100px 1px 0px;
}
.cycx_list li a:hover{color: #005996;}
.cycx_list li.ybyp {
	background:url(cycx_bg1_2024.png) no-repeat;
}
.cycx_list li.ybbz {
	background:url(cycx_bg2_2024.png) no-repeat;
}
.cycx_list li.ylzd {
	background:url(cycx_bg3_2024.png) no-repeat;
}
.cycx_list li.sybz {
	background:url(cycx_bg4_2024.png) no-repeat;
}
.cycx_list li.hzfw {
	background:url(cycx_bg5_2024.png) no-repeat;
}
.cycx_list li.bszn {
	background:url(cycx_bg6_2024.png) no-repeat;
}
/*专题专栏*/
.ztzl_list {
}
.ztzl_list li {
	width: 1160px;
	height: 120px;
	float: left;
	color: #fff;
	line-height:132px; overflow: hidden
}
.ztzl_list li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 1160px;
	line-height:30px;
	display: block;
	text-align: center;
	float: right;
	margin-top:15px;
	text-shadow:0px 2px 4px rgba(145, 66, 16, 0.47);
}
.ztzl_list li img{ width: 100%;	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;}
.ztzl_list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


/*政策解读*/
.index_list_half {
	width:380px;
	height: 310px;
	overflow: hidden;
	box-shadow:0px 4px 16px 0px rgba(7, 71, 141, 0.2);
	border-radius:4px;
	background: #fff;
	padding: 20px;*padding:10px;
}
.zcjd_list {
	margin-top: 10px;
}
.zcjd_list li {
	line-height:30px;
	;
}
.zcjd_list li a {
	width:70%;
	background: url(point_2024.png) no-repeat left;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	display: inline-block
}
.zcjd_list li span {
	float: right
}
.zcjd_list li a:hover{color: #005996;}
/*有问有答*/
.ywyd_list {
	margin-top:10px;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: 10px;
	display: inline-block
}
.ywyd_list:last-child {
	border-bottom:none;
}
.ywyd_list li {
	line-height:30px;
	margin-bottom: 10px;
	float: left
}
.question {
	display:inline-block;
	width: 32px;
	height: 30px;
	background: #E6EFF9;
	border-radius: 4px;
	text-align: center;
	color: #005996;
	font-weight: bold;
	float: left
}
.respond {
	display:inline-block;
	width: 32px;
	height: 30px;
	background: #FFE8E8;
	border-radius: 4px;
	text-align: center;
	color: #FF2828;
	font-weight: bold;
	float: left
}
.ywyd_list li a {
	float:left;
	display: inline-block;
	width: 260px;
	margin-left: 20px;
}
.question_title {
	color:#005996;
	font-weight: bold
}
.respont_text {
	color:#666666;
	line-height: 25px;
}
/*返回头部*/
.return_top {
	width:80px;
	position: fixed;
	right: 0;
	top:100px;
}
.return_list {
	width:80px;
	background: #fff;
	border-radius:4px;
	margin: 20px 0;
	padding: 10px 0;
}
.return_list li {
	text-align: center;
	line-height: 30px;
	padding: 5px 0;
}
.return_list li a {
	display:block;
	color: #005996;
	font-weight: bold;
	font-size: 14px;
}
.return_list li hr {
	background:#EEEEEE;
	width: 40px;
	height: 1px;
	margin: 0 auto
}
/*新闻中心*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
}
.core {
	width: 1200px;
	margin: 0 auto;
}
/*正文*/
.contentlist {
	overflow: hidden;
	margin-bottom: 20px;
}
.content-n {
	width: 100%;
	float: left;
}
.contentlist .content-left {
	width: 220px;
	height:570px;
}
.contentlist .content-left ul {
	width: 100%;
	float: left;
	height: 570px;
	background-color: #005996;
	padding: 20px 0;
}
.contentlist .content-left ul li.on, .contentlist .content-left ul li:hover {
	background:  url(nav_bg_2024.png) no-repeat 82.23684%;
	border-left: none;
        background-size:230px 120px;
}
.addcolor {
	color: #1b65b9;
}
.contentlist .content-left ul li.on a, .contentlist .content-left ul li:hover a {
	color: #1b65b9;
}
.contentlist .content-left ul li {
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-size: 19px;
	text-align: center;
	background: url(yb_pic_44_2024.png) no-repeat 82.23684%;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #1b65b9;
}
.contentlist .content-left ul li div {
	background-position: 100% 50% !important;
}
.contentlist .content-left ul li table {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 32.78688%;
	height: 100%;
}
.contentlist .content-left ul li table tr td {
	vertical-align: middle;
}
.contentlist .content-left ul li:first-child {    /*height: 69px;*/
}
.contentlist .content-left ul li a {
	width: 100%;
	height: 75px;
	display: inline-block;
	color: #fff;
	position: relative;
	float: left;
}
.contentlist .content-left ul .po {
	width: 22.95081%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
}
.contentlist .content-right {
	height: 570px;
	width: 978px;*width:auto;
	float: left;
	background: #fff;
	padding-left: 22px;
}
/*              轮播              */
.lunbo, .pc-lunbo, .mob-lunbo {
	width: 958px;
	float: left;
	position: relative;/* display: none; */
}
.mob-lunbo {
	display:none;
}
.contentlist .content-right .lunbo img {
	width: 958px;
}
.content-right .slideBox {
	width: 958px;
	height: 570px;
	float: left;
	position: relative;
	overflow: hidden;
}
.lunbo .slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 3px;
	bottom: 7px;
	z-index: 3;
}
.lunbo .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-right: 32px;
}
.lunbo .slideBox .hd ul li {
	float: left;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	line-height: 32px;
	text-align: center;
	background: url(yb_pic_32_2024.png) no-repeat;
	cursor: pointer;
}
.lunbo .slideBox .hd ul li.on {
	width: 16px;
	height: 8px;
	background: url(yb_pic_33_2024.png) no-repeat;
	color: #fff;
}
.lunbo .slideBox .bd {
	position: relative;
	height: 898px;
	z-index: 0;
}
.lunbo .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.lunbo .slideBox .bd li .inf {
	text-indent: 20px;
	width: 898px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	opacity: 0.6; /*background-color: #000;*/  /*filter:alpha(opacity=60);*/
	color: #fff;
	font-size: 15px;
}
.lunbo .slideBox .bd img {
	width: 958px;
	height: 570px;
	display: block;
}
.bd_imglist {
	position: relative;
	width: 958px;
	height: 570px;
}
.bd_imglist li {
	position: absolute;
	width: 762px;
	left: 0px;
	top: 0px;
	display: none;
}
.lunbo .slideBox .title_bg {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0.65;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=65);
}
.lunbo .slideBox .title {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 2;
	font-size: 17px;
	line-height: 50px;
	bottom: 0;
	left: 0;
}
.lunbo .slideBox .title ul {
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
}
.lunbo .slideBox .title ul li {
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
}
.lunbo .slideBox .title a {
	color: #fff;
	display: block;
	width: 88%;
	padding: 0 110px 0 20px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lunbo .slideBox .prev, .lunbo .slideBox .next {
	position:absolute;
	left:0%;
	top:50%;
	margin-top:-40px;
	display:block;
	width:45px;
	height:80px;
	background:url(right3_2024.png) 0px 0px no-repeat;
	filter:alpha(opacity=50);
	z-index:11111;
	opacity:0.5;
	background-color:#ccc;
}
.lunbo .slideBox .prev {
	position:absolute;
	left:0%;
	top:50%;
	margin-top:-40px;
	display:block;
	width:45px;
	height:80px;
	background:url(left3_2024.png) 0px 0px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index:11111;
	background-color:#ccc;
}
.lunbo .slideBox .next {
	left:auto;
	right:0%;
}
.lunbo .slideBox .prev:hover, .lunbo .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.lunbo .slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
/*时政要闻*/
.tab {
	padding-right: 3.63636%;
}
.szyw {
	width: 100%;
}
.szyw li {
	width: 100%;
	height: 84px;
	margin-top: 25px;
	overflow: hidden;
}
.szyw li:first-child {
	margin-top: 20px;
}
.szyw li .left-pic {
	float: left;
	height: 82px;
	width: 15.53086%;
	margin-right: 3.02267%;
}
.szyw li .left-pic > img {
	width: 100%;
	height: 82px;
}
.szyw li .right-txt {
	float: left;
	height: 82px;
	width: 81.01234%;
}
.szyw li .right-txt div {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}
.szyw li .right-txt div a {
	width: 100%;
	color: #1b65b9;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.szyw li .right-txt p {
	font-size: 15px;
	line-height: 25px;
}
.szyw li .right-txt p:hover {
	color: #1b65b9;
}
.szyw li .right-txt p a {
	color: #666666;
}
/* 医保动态 */
.ybxw {
	width: 100%;
}
.ybxw .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.ybxw .news_head ul {
	float: left;
}
.ybxw .news_head ul li {
    font-size: 16px;
    display: block;
    padding:0 25px;
    float: left;
    text-decoration: none;
    color: #333;
    line-height: 45px;
    background: #f3f3f3;
    text-align: center;
    margin-right: 5px;
}
.ybxw .news_head ul li a {
	color: #333;
	font-size: 19px;
	width:100%;
}
.col {
	background: #5d8ddb!important;
}
.col a{color: #FFF!important;}
.ybxw .news_head a {
	color: #999999;
	font-size: 13px;
}
.ybxw .news_head > a {
	display: none;
}
.ybxw .news_head .one {
	display: block;
	float: right;
}
.ybxw .cont .localnews li {
	margin-top: 0px;
}
/* 政策法规
    数据信息       医保动态地方    信息公开   机关党建*/
.zcfg, .sjxx {
	width: 100%;
}
.zcfg .news_head, .sjxx .news_head, .jgdj .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.zcfg .news_head ul, .sjxx .news_head ul, .jgdj .news_head ul {
	float: left;
}
.zcfg .news_head ul li, .sjxx .news_head ul li, .jgdj .news_head ul li {
	color: #1b65b9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-right: 22px;
}

.zcfg .news_head a, .sjxx .news_head a, .jgdj .news_head a {
	color: #999999;
	font-size: 13px;
	float: right;
}
.localnews {
	height: 550px;
	overflow: hidden
}
.zcfg .cont ul, .sjxx .cont ul, .ybxw .cont .localnews {
	margin-top: 18px;
	font-size: 17px;
}
.zcfg .cont ul li, .sjxx .cont ul li, .ybxw .cont .localnews li {
	overflow: hidden;
	background: url(yb_pic_35_2024.png) no-repeat left;
	position: relative;
	border-bottom: 1px dashed #dcdcdc;
}
.zcfg .cont ul li a, .sjxx .cont ul li a, .ybxw .cont .localnews li a {
	display: inline-block;
	text-indent: 17px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	right: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcfg .cont ul li span, .sjxx .cont ul li span, .ybxw .cont .localnews li span, .xxgk .cont ul li span {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	float: right;
}
.zcfg .cont ul li a:hover, .sjxx .cont ul li a:hover.ybxw .cont .localnews li a:hover {
	color: #1b65b9;
}
.ybxw .cont .localnews li a:hover{color: #1b65b9;}
/* 机构设置 */
.jgzn {
	width: 100%;
}
.jgzn .news_head {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.jgzn .news_head ul {
	float: left;
}
.jgzn .news_head ul li {
	color: #1b65b9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	margin-right: 22px;
}
.jgzn .news_head ul li:hover {
	border-bottom: 3px solid #1b65b9;
}

.jgzn .news_head a {
	color: #999999;
	font-size: 13px;
}
.jgzn .news_head li a {
	color:#1b65b9;
	font-size:19px;
	line-height:50px;
}
.jgzn .news_head > a {
	display: none;
}
.jgzn .news_head .one {
	display: block;
	float: right;
}
.jgzn .cont p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 30px;
}
.jgzn .cont p:first-child {
	margin-top: 20px;
}
.jgzn .cont p a {
	display: inline;
	color: #1b65b9;
}
.wbdt_imglist {
	margin:20px 15px;
}
.wbdt_imglist li {
	width:276px;
	height: 272px;
	float: left;
	position: relative;
}
.wbdt_imglist li img {
	width:276px;
	height: 272px;
}
.wbdt_imglist li span {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 36px;
    left: 92px;
}
.cxyb_imglist {
	margin:22px 30px;
}
.cxyb_imglist li {
	width:410px;
	height: 160px;
	float: left;
	margin: 7px 10px;
}
.cxyb_imglist li img {
	width:410px;
	height: 162px;
}

.cxyb_imglist1 {
	margin:22px 30px;
}
.cxyb_imglist1 li {
	width:820px;
	height: 160px;
	float: left;
	margin: 7px 10px;
}
.cxyb_imglist1 li img {
	width:820px;
	height: 162px;
}


#getdate {
	color:#fff;
	float:left;
	display: inline-block
}
/*logo图片轮播*/
.login_title {
	margin-left:100px;
	;
}
.anim_fade_images {
	position: relative;
	top: 95px;
	left: 20px;
	display: inline-block;
	overflow: hidden;
	height:24px;
	padding: 0px;
}
.anim_fade_images2 {
	position: relative;
	top: 95px;
	left: 20px;
	display: inline-block;
	overflow: hidden;
	height: 24px;
	padding: 0px;
}
.search_list {
	background: #fff;
	border-radius:4px;
	padding: 20px 0;
	float: left
}
.search_list .page {
	width:1070px;
	;
}
.link_img {
    width: 100%;
    margin: 10px auto;
}

.link_img a {
    display: block;
}

.link_img a img {
    width: 100%;
    height: auto;
    overflow: hidden
}
#fixed {
	/* background-color:#133E64; */
	width: 225px;
	left:0;
	top:0;
	bottom:0;
	z-index:99999;
}
#fixed dl {
	list-style:none;
	padding:0px;
	margin:0px;
	/* border-top:1px solid #184E7E; */
	width: 225px;
	position:absolute;
	left:0;
	/* top:50%; */
	bottom:0;
	vertical-align:middle;
	/* margin-top: -40px; */
}
#fixed dt {
	position:absolute;
	width: 30px;
	display:block;
	bottom: 120px;
	height: 40px;
	right: 0;
}
#fixed dd {
	/* border-bottom:1px solid #184E7E; */
	font:normal 12px/normal 'microsoft yahei';
}
#fixed a,#fixed a:link,#fixed a:visited {
	text-decoration:none;
	display:block;
	/* height: 20px; */
	background:transparent url(fixed_icon_20201201.png) top center no-repeat;
	color:#FFFFFF;
	text-align: left;
	line-height: 20px;
	overflow:hidden;
	padding: 5px 0 5px 15px;
}
#fixed a:hover {
	/* background-color:#1C588E; */
}
#fixed a.web {
	background:#ae075d;
}
#fixed a.mb {
	background:#0c5eb0;
}
#fixed a.dj {
	background:#f3731d;
}

#fixed a.close {
	background-position: 0px -10px;
	height: 40px;
	padding: 0
}
.link2{ width:100%; height:80px; clear:both;position: absolute;top: 500px;}
.link2 a{ width:260px; height:50px; margin:0px 10px;}

.link3{ width:100%; height:auto; clear:both;position: absolute;top: 480px;}
.link3 a{ width:260px; height:50px; margin:0px 15px;}

/*新增*/
.textBox{ width:90%; margin: 35px auto;}
.textBox h2{ text-align: center; font-size: 30px; font-weight: bold; margin-bottom: 20px; color: #333}
.textBox p{ line-height: 30px;text-indent: 32px;color: #565656;}

.mapList {
  width: 94%;
  margin: 30px auto 0;
  overflow: hidden
}
.mapList dl {
  border-bottom: 1px solid #ecedee;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 30px
}
.mapList dl dt {
  font-weight: bold;
  padding-left: 21px;
}
.mapList dl dd {
  margin-top: 20px;
}
.mapList dl dd a {
  padding: 0 21px;
}
.mapList dl:last-child{ border-bottom: none}


.newlist .wbdt_imglist{margin: 20px 48px;}
.new{overflow: hidden;}